Skip to content

Spellcheck: fix typos / extend allowlist#112

Merged
ChrisRackauckas merged 1 commit into
SciML:mainfrom
ChrisRackauckas-Claude:fix-spellcheck
Jun 13, 2026
Merged

Spellcheck: fix typos / extend allowlist#112
ChrisRackauckas merged 1 commit into
SciML:mainfrom
ChrisRackauckas-Claude:fix-spellcheck

Conversation

@ChrisRackauckas-Claude

Copy link
Copy Markdown
Contributor

Fixes the failing Spell Check (crate-ci/typos@v1.47.0) CI.

Reproduced locally with typos 1.47.0 (same version CI uses). Findings and dispositions:

Real prose/comment typos fixed (in both the Literate .jl sources and the generated .md, plus one source docstring):

  • programatically -> programmatically
  • Inteprolation/inteprolation -> Interpolation/interpolation
  • alredy -> already
  • arbitary -> arbitrary
  • mathc -> match
  • exta -> extra
  • conditon -> condition (src/specific_problems/mean_exit_time.jl docstring)

False positive allowlisted in .typos.toml:

  • iy — LaTeX math subscript m_{iy} (y-component of midpoint) in docs/src/math.md, not a typo.

typos now exits 0 with zero findings.

Ignore until reviewed by @ChrisRackauckas.

Fix real prose/comment typos flagged by crate-ci/typos in docs and one
source docstring (programatically, Inteprolation/inteprolation, alredy,
arbitary, mathc, exta, conditon). Allowlist `iy` (LaTeX subscript m_{iy}
in docs/src/math.md, a false positive).

Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@ChrisRackauckas ChrisRackauckas marked this pull request as ready for review June 13, 2026 08:58
@ChrisRackauckas ChrisRackauckas merged commit 8e84538 into SciML:main Jun 13, 2026
3 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants